Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #217, add handler for bplib_os_get_dtntime_ms #218

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

jphickey
Copy link
Collaborator

Describe the contribution
Implements a simple handler to translate the 32-bit return value into 64 bits. Of course this reduces the possible range, but should be good enough for the vast majority of coverage testing.

Fixes #217

Testing performed
Build and run all tests (including new/unmerged mpool test cases)

Expected behavior changes
The stub for bplib_os_get_dtntime_ms() does not throw an error when used in default configuration.

System(s) tested on
Ubuntu

Additional context
This only matters for test cases that need to call this stub function.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Implements a simple handler to translate the 32-bit return value into 64
bits.  Of course this reduces the possible range, but should be good
enough for the vast majority of coverage testing.
@jphickey jphickey requested a review from glan6388 November 29, 2022 20:29
@jphickey jphickey added the ccb:ready Pull request is ready for CCB discussion label Nov 30, 2022
@jphickey jphickey requested a review from karl-nasa November 30, 2022 18:43
@jphickey jphickey added ccb:provisionally-approved Discussed at CCB, approved pending completion of requested actions and removed ccb:ready Pull request is ready for CCB discussion labels Nov 30, 2022
@jphickey
Copy link
Collaborator Author

Reviewed and provisionally approved at 2022-11-30 CCB, needs independent review before merge.

@dzbaker
Copy link
Collaborator

dzbaker commented Nov 30, 2022

PR has been reviewed, ready to move from Provisional Approval to full Approval.

@jphickey jphickey added ccb:approved Pull request has been granted final approval for merging. All required process objectives are met. and removed ccb:provisionally-approved Discussed at CCB, approved pending completion of requested actions labels Dec 1, 2022
@jphickey jphickey merged commit edd1306 into nasa:main Dec 1, 2022
@jphickey jphickey deleted the fix-217-add-handler-get-dtntime branch December 13, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ccb:approved Pull request has been granted final approval for merging. All required process objectives are met.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add UT handler for bplib_os_get_dtntime_ms
3 participants